home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8614 / 8614.xpi / chrome / extension.jar / skin / classic / settings / settings.css
Encoding:
Cascading Style Sheet File  |  2010-02-10  |  702 b   |  45 lines

  1. #glydo-settings {
  2.     background-image: url("chrome://glydo/skin/common_bg.png");
  3.     background-position: top right;
  4.     background-attachment: scroll;
  5.     background-repeat: no-repeat;
  6.     padding: 13px;
  7.     padding-top: 0px;
  8.     color: #184e50;
  9. }
  10.  
  11. .settings-banner {
  12.     padding-top: 5px;
  13.     padding-bottom: 5px;
  14. }
  15.  
  16. .paneButtonLabel {
  17.     font-weight: bold;
  18.     font-size: normal;
  19.     font-color: #184e50;
  20. }
  21.  
  22. .paneButtonIcon {
  23.     display: none;
  24. }
  25.  
  26. .paneSelector {
  27.     background: transparent;
  28.     border: 2px ridge #184e50;
  29.     -moz-border-radius: 5px;
  30. }
  31.  
  32. radio[pane][selected='true'] {
  33.     color: #dfe0e5;
  34.     background-color: #2d8d91;
  35. }
  36.  
  37. label {
  38.     color: #184e50;
  39. }
  40.  
  41. menulist {
  42.     color: #184e50;
  43. }
  44.  
  45.